home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d27 / mem200.arc / MEM200.DOC < prev   
Encoding:
Text File  |  1990-05-01  |  2.3 KB  |  60 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │                                 M   E   M                                   │
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.                                     v2.00
  5.  
  6. ────────────────────────┤ A Moderately Useful Utility ├────────────────────────
  7.  
  8.                         copr. Dave Williams 1988, 1990
  9.  
  10.  
  11.    MEM.EXE is a small utility to report the state of the system RAM usage. It 
  12.   will report the following system parameters:
  13.  
  14.                » total available free conventional memory
  15. |              » largest block available on heap (non-fragmented memory)
  16. |              » BIOS int 11h memory installed
  17.  
  18. |              » BIOS int 15h extended memory installed 
  19.  
  20. |              » size of the DOS environment
  21.                » amount of memory used in the DOS environment
  22. |              » amount of memory available in the DOS environment
  23.  
  24. |              » EMS driver version number
  25.                » total amount of EMS memory
  26.                » available EMS memory
  27.                » EMS memory in use
  28.  
  29. |  The extended memory report is through interrupt 15h. It will correctly 
  30. | reflect programs using the "VDISK" method of allocating extended memory.
  31. | If you have an AT and extended memory, it will report *only* those programs
  32. | which obey the interrupt 15h method of allocation. Some programs don't,
  33. | and that throws interrupt 15h off.
  34.  
  35.  
  36.    Anyway, this version may be used without charge or guilt. Don't send me 
  37.   anything.
  38.  
  39.  
  40.                                                 Arrivederci,
  41.  
  42.                                                         Dave
  43.  
  44.  
  45.                                             Dave Williams
  46.                                             PO Box 181
  47.                                             Jacksonville, AR 72076
  48.                                           Email at:
  49.                                             (501)771-0114 N.L.R., AR
  50.                                             Twit's End BBS, The Gigabyte Board!
  51.  
  52.  History:
  53.  
  54.   12/06/88  v1.00  original release
  55. | 02/22/90  v2.00  rewritten in Turbo Pascal 5.5, added extended memory
  56.                    reporting, enhanced environment reporting, lots of stuff.
  57.  
  58.  
  59.  
  60.